Package com.cisco.pt.ipc.sim.pdu.impl
Class CapwapUdpPacketImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.pdu.impl.SignalImpl
com.cisco.pt.ipc.sim.pdu.impl.PduImpl
com.cisco.pt.ipc.sim.pdu.impl.CapwapUdpPacketImpl
- All Implemented Interfaces:
IPCData,CapwapUdpPacket,Pdu,Signal
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<CapwapControlMessage>protected intprotected booleanprotected Byteprotected Stringprotected intprotected MACAddressprotected Stringprotected ByteFields inherited from class com.cisco.pt.ipc.sim.pdu.impl.SignalImpl
fieldNames, fieldTable, signalType, typeTable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidencodeTypeAndPayload(EncodedBuffer buffer) getFieldType(String fieldName) intbooleanintvoidpduRead(EncodedBuffer buffer) voidread(EncodedBuffer buffer) Reads this object from an EncodedBuffer of raw datavoidsetControls(List<CapwapControlMessage> controls) voidsetFragments(int fragments) voidsetIsFakeTls(boolean isFakeTls) voidsetMacLength(Byte macLength) voidsetPayloadType(String payloadType) voidsetPreamble(int preamble) voidsetRadioMacAddress(MACAddress radioMacAddress) voidsetWirelessInfo(String wirelessInfo) voidsetWirelessInfoLength(Byte wirelessInfoLength) Methods inherited from class com.cisco.pt.ipc.sim.pdu.impl.SignalImpl
getFieldValueMethods inherited from class com.cisco.pt.ipc.impl.IPCDataImpl
checkType, pduReadBoolean, pduReadByte, pduReadDouble, pduReadFloat, pduReadInt, pduReadIPAddress, pduReadIPCData, pduReadIPV6Address, pduReadLong, pduReadMACAddress, pduReadPair, pduReadQString, pduReadShort, pduReadString, pduReadUUID, pduReadVector, readBoolean, readByte, readDouble, readFloat, readInt, readIPAddress, readIPCData, readIPV6Address, readLong, readMACAddress, readPair, readQString, readShort, readString, readUUID, readVectorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
getFieldValue
-
Field Details
-
preamble
protected int preamble -
fragments
protected int fragments -
macLength
-
radioMacAddress
-
wirelessInfoLength
-
wirelessInfo
-
payloadType
-
controls
-
isFakeTls
protected boolean isFakeTls
-
-
Constructor Details
-
CapwapUdpPacketImpl
public CapwapUdpPacketImpl()
-
-
Method Details
-
getPreamble
public int getPreamble()- Specified by:
getPreamblein interfaceCapwapUdpPacket- Returns:
- int Returns a int
-
setPreamble
public void setPreamble(int preamble) - Specified by:
setPreamblein interfaceCapwapUdpPacket- Parameters:
preamble- Takes in a parameter of preamble
-
getFragments
public int getFragments()- Specified by:
getFragmentsin interfaceCapwapUdpPacket- Returns:
- int Returns a int
-
setFragments
public void setFragments(int fragments) - Specified by:
setFragmentsin interfaceCapwapUdpPacket- Parameters:
fragments- Takes in a parameter of fragments
-
getMacLength
- Specified by:
getMacLengthin interfaceCapwapUdpPacket- Returns:
- Byte Returns a Byte
-
setMacLength
- Specified by:
setMacLengthin interfaceCapwapUdpPacket- Parameters:
macLength- Takes in a parameter of macLength
-
getRadioMacAddress
- Specified by:
getRadioMacAddressin interfaceCapwapUdpPacket- Returns:
- MACAddress Returns a MACAddress
-
setRadioMacAddress
- Specified by:
setRadioMacAddressin interfaceCapwapUdpPacket- Parameters:
radioMacAddress- Takes in a parameter of radioMacAddress
-
getWirelessInfoLength
- Specified by:
getWirelessInfoLengthin interfaceCapwapUdpPacket- Returns:
- Byte Returns a Byte
-
setWirelessInfoLength
- Specified by:
setWirelessInfoLengthin interfaceCapwapUdpPacket- Parameters:
wirelessInfoLength- Takes in a parameter of wirelessInfoLength
-
getWirelessInfo
- Specified by:
getWirelessInfoin interfaceCapwapUdpPacket- Returns:
- String Returns a String
-
setWirelessInfo
- Specified by:
setWirelessInfoin interfaceCapwapUdpPacket- Parameters:
wirelessInfo- Takes in a parameter of wirelessInfo
-
getPayloadType
- Specified by:
getPayloadTypein interfaceCapwapUdpPacket- Returns:
- String Returns a String
-
setPayloadType
- Specified by:
setPayloadTypein interfaceCapwapUdpPacket- Parameters:
payloadType- Takes in a parameter of payloadType
-
getControls
- Specified by:
getControlsin interfaceCapwapUdpPacket- Returns:
- List<CapwapControlMessage> Returns a List<CapwapControlMessage>
-
setControls
- Specified by:
setControlsin interfaceCapwapUdpPacket- Parameters:
controls- Takes in a parameter of controls
-
getIsFakeTls
public boolean getIsFakeTls()- Specified by:
getIsFakeTlsin interfaceCapwapUdpPacket- Returns:
- boolean Returns a boolean
-
setIsFakeTls
public void setIsFakeTls(boolean isFakeTls) - Specified by:
setIsFakeTlsin interfaceCapwapUdpPacket- Parameters:
isFakeTls- Takes in a parameter of isFakeTls
-
getFieldType
- Overrides:
getFieldTypein classPduImpl
-
read
Reads this object from an EncodedBuffer of raw data -
pduRead
-
getOrderedFieldNames
- Specified by:
getOrderedFieldNamesin interfaceSignal- Overrides:
getOrderedFieldNamesin classPduImpl
-
encodeTypeAndPayload
- Specified by:
encodeTypeAndPayloadin interfaceSignal- Overrides:
encodeTypeAndPayloadin classPduImpl
-